home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
STraTOS 1997 April & May
/
STraTOS 1 - 1997 April & May.iso
/
CD01
/
INTERNET
/
SITES
/
GRAHAM
/
XA_6S.ZIP
/
SOURCE
/
EXTEND.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-29
|
381 b
|
24 lines
/*
* XaAES - XaAES Ain't the AES
*
* A multitasking AES replacement for MiNT
*
*/
#include "XA_DEFS.H"
#include "XA_TYPES.H"
#include "XA_GLOBL.H"
/*
Extended XaAES calls
*/
/*
Get the file handle of the client reply pipe
*/
unsigned long XA_appl_pipe(short clnt_pid, AESPB *pb)
{
pb->intout[0]=clients[clnt_pid].clnt_pipe_rd;
return XAC_DONE;
}